.item-uslugi{
    background-color: #F7F7F9;
    width: 100%;
    max-width: 328px;
    padding: 24px;
    box-sizing: border-box;
    border-radius: 12px;
}
.wrapp-uslugi{
    display: flex;
    flex-wrap: wrap;
    gap: 32px 16px;
}
.h1-custom{
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
}
.title-uslugi{
    color: #000;
    font-size: 20px;
    font-weight: 600;
    height: 48px;
}
.desc-uslugi{
    margin-top: 16px;
}
.button-usluga{
    margin-top: 120px;
    font-size: 14px;
    padding: 16px 24px;
}
.wrapp-info-organization{
    display: flex;
    gap: 148px;
}
.text-organization{
    max-width: 664px;
}
.bold-text-organization{
    font-size: 24px;
    color: #000;
}
.desc-organization{
    font-size: 16px;
    margin-top: 16px;
}
.url-wrapp-organization{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.title-url-organization{
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
}
.swiper-button-lock{
    display: none !important;
}
.url-wrapp-organization a{
    display: flex;
    gap: 8px;
    align-items: center;
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    transition: all .3s linear;
}
.url-wrapp-organization a:hover{
    color: #000;
}
.desc-intro-usluga{
    margin-top: 15px;
    max-width: 977px;
    color: 16px;
}
.price-usluga{
    font-size: 30px;
    color: #000;
    font-weight: 600;
    margin-top: 32px;
}
.usluga-contact-intro{
    margin-top: 45px;
}
.detail-usluga-intro{
    padding: 32px;
    box-sizing: border-box;
    border-radius: 12px;
    background-image: url('/wp-content/uploads/2025/01/frame-218-1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.direction-detail-initial__text ul li{
    list-style-type: disc;
}
.direction-detail-initial__text ul{
    margin-left: 20px;
}
.wrapp-text-about-usluga{
    display: flex;
    gap: 30px;
    align-items: center;
}
.big-text-about-usluga{
    font-size: 48px;
    font-weight: 600;
    color: #000;
    max-width: 666px;
    line-height: normal;
}
.desc-about-usluga{
    font-size: 16px;
    max-width: 662px;
}
.item-advant-about-usluga{
    display: flex;
    align-items: flex-start;
    gap: 8px;
    max-width: calc(33.3% - 21px);
}
.title-advant-about-usluga{
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.desc-advant-about-usluga{
    font-size: 16px;
    margin-top: 13px;
}
.wrapp-advant-about-usluga{
    display: flex;
    gap: 32px;
    margin-top: 90px;
}
.letter-filter{
    margin-top: 17px;
}
.letters{
    display: flex;
    gap: 4px;
    align-items: center;
}
.letter-btn {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
    background-color: rgba(244, 244, 247, 1);
    border-radius: 4px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.letter-btn.active{
    background-color: rgba(44, 161, 71, 1);
    color: #fff;
}
.selected-letter-info{
    margin-top: 32px;
}
#selected-letters{
    font-size: 18px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.25);
}
#selected-letters span{
    color: rgba(44, 161, 71, 1);
}
.records-container{
    margin-top: 70px;
}
.records-container table{
    width: 100%;
    border: none;
    border-collapse: collapse;
}
.records-container table th{
    text-align: left;
    color: rgba(0, 0, 0, 0.25);
    font-size: 14px;
    font-weight: 500;
    border: none;
}
.clickable-row{
    cursor: pointer;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
    padding: 32px 20px;
    display: flex;
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.record-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.25);
    gap: 10px;
}
.record-title{
    width: 100%;
    max-width: 663px;
}
.record-duration{
    width: 100%;
    max-width: 200px;
}
.record-header{
    padding: 0 20px;
}
.record-document{
    width: 100%;
    max-width: 315px;
}
.clickable-row:hover{
    color: #2CA147;
}
.record-item:nth-child(odd){
    background-color: rgba(240, 240, 240, 0.5);
}
.img-client-detail{
    max-width: 380px;
    object-fit: contain;
}
.reset-btn{
    margin-left: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    font-size: 18px;
    border: 1px solid rgba(244, 244, 247, 1);
    padding: 7px 11.5px;
    box-sizing: border-box;
    border-radius: 4px;
}
.desc-tax-programm{
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 8px;
    font-weight: 500;
    font-family: "DIN Pro Regular";
}
.wrapp-uslugi-main{
    display: flex;
    flex-wrap: wrap;
    gap: 73px 32px;
}
.item-islugi-main{
    width: 100%;
    max-width: calc(25% - 24px);
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: center;
    transition: all .3s linear;
}
.item-islugi-main:hover{
    opacity: 0.7;
}
.image-uslugi-main{
    width: 100%;
    object-fit: cover;
    height: 260px;
    border-radius: 12px;
    background-color: rgba(196, 196, 196, 0.2);
}
.name-uslugi-main{
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.main-info__items.grid{
    grid-template-columns: repeat(4, 1fr);
}
.main-info__item{
    height: 365px;
}
.main-info__item-text{
    line-height: normal;
}
.directions-wrapper .image-uslugi-main{
    height: 280px;
}
.swiper-permissive-document .swiper-wrapper{
    justify-content: center;
}

/**Лендинг**/
.intro-landing{
    width: 100%;
    height: 885px;
    position: relative;
}
.bg-landing-intro{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.wrapp-landing-intro{
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(2, 17, 5, 0.75) 0%, rgba(1, 0, 16, 0.75) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
}
.info-intro-landing{
    display: flex;
    gap: 42px;
    align-items: center;
}
.title-desc-intro-landing{
    max-width: 696px;
    width: 100%;
}
.title-desc-intro-landing h1{
    color: #fff;
    font-size: 52px;
    max-width: 625px;
}
.desc-intro-landing{
    margin-top: 31px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
}
.call-actiont-intro-landing{
    background-color: rgba(249, 249, 249, 0.12);
    border-radius: 11px;
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 16px;
    width: fit-content;
    margin-top: 30px;
}
.call-actiont-intro-landing p{
    color: #fff;
    font-size: 16px;
}
.intro-landing-call{
    margin-left: 0;
    margin-top: 30px;
    width: fit-content;
}
.advants-intro-landing{
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(73.5999984741211px);
    padding: 32px;
    border-radius: 13px;
    box-sizing: border-box;
    width: 100%;
    max-width: 542px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.item-advant-landing-intro{
    display: flex;
    align-items: center;
    gap: 10px;
}
.title-advant-land{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-family: "DIN Pro Bold",
        sans-serif;
    letter-spacing: 1px;
}
.desc-advant-land{
    margin-top: 4px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 16px;
    
    color: rgba(255, 255, 255, 0.6);
}
.sale-land{
    background: linear-gradient(90deg, #000000 0%, #1E1E1E 100%);
    padding: 120px 0;
}
.sale-land h2{
    color: #fff;
    max-width: 620px;
    margin: 0 auto;
}
.item-sale-land{
    border: 1px solid rgba(66, 66, 66, 1);
    border-radius: 10px;
    padding: 24px;
    box-sizing: border-box;
    width: calc(100% / 5);
}
.item-sale-land.active{
    border: 1px solid red;
}
.title-sale-land{
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    font-family: "DIN Pro Bold",
            sans-serif;
    text-align: center;
    line-height: normal;
}
.after-title-sale-land{
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    font-family: "DIN Pro Bold",
            sans-serif;
}
.desc-sale-land{
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    margin-top: 24px;
    text-align: center;
}
.wrapp-sale-land{
    display: flex;
    margin-top: 60px;
}
.button-call-sale{
    cursor: pointer;
    position: relative;
}
.button-call-sale svg{
    position: absolute;
    right: 15px;
    top: 15px;
}
.education-staf{
    margin-top: 50px;
}
.after-title-staf{
    text-align: center;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 16px;
}
.item-education-staf{
    width: calc((100% - 66px * 2)/3);
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
}
.title-item-education-staf{
    color: #000;
    font-size: 24px;
    font-weight: 500;
}
.desc-item-education-staf{
    font-size: 16px;

}
.wrapp-why-education-staf{
    display: flex;
    flex-wrap: wrap;
    gap: 33px 66px;
    margin-top: 60px;
}
.item-education-staf:nth-child(3n + 1)::after{
    content: "";
    display: block;
    width: 1px;
    height: 46px;
    background-color: rgba(224, 224, 224, 1);
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translate(0, -50%);
}
.item-education-staf:nth-child(3n + 3)::before{
    content: "";
    display: block;
    width: 1px;
    height: 46px;
    background-color: rgba(224, 224, 224, 1);
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translate(0, -50%);
}
.wrapp-train-staf{
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    margin-top: 55px;
}
.item-train-staf{
    width: calc((100% - 2 * 32px)/3);
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(243, 243, 243, 1);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}
.image-train-staf{
    width: 100%;
    height: 270px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 10px 10px 0 0;
}
.title-train-staf{
    color: #000;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
}
.wrapp-info-train-staf{
    width: 100%;
    padding: 24px;
    box-sizing: border-box;
    margin-top: 24px;
}
.desc-train-staf{
    text-align: center;
    color: rgba(45, 45, 45, 1);
    font-size: 16px;
    margin-top: 16px;
}
.list-train-staf{
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
}
.list-train-staf li{
    list-style-type: none;
    font-size: 16px;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    line-height: 140%;
}
.after-title-education-company{
    text-align: center;
    max-width: 1026px;
    margin: 16px auto 0;
    font-size: 16px;
}
.wrapp-education-company{
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    margin-top: 60px;
    align-items: flex-end;
}
.item-education-company-item{
    width: calc((100% - 2 * 32px)/3);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    border: 1px solid rgba(243, 243, 243, 1);
    border-radius: 10px;
    padding: 24px;
    box-sizing: border-box;
}
.title-item-education-company{
    font-weight: 500;
    font-size: 24px;
    color: #000;
}
.hours-education-company{
    margin-top: 16px;
    background-color: rgba(44, 161, 71, 0.15);
    color: rgba(44, 161, 71, 1);
    font-size: 16px;
    width: fit-content;
    padding: 12px;
    box-sizing: border-box;
    border-radius: 8px;
}
.title-structure-education{
    color: rgba(45, 45, 45, 0.46);
    font-size: 16px;
    margin-top: 24px;
}
.structure-education-company{
    margin: 0;
    padding: 0;
    margin-top: 24px;
    display: flex;
    padding-left: 7px;
    flex-direction: column;
    gap: 12px;
}
.structure-education-company li{
    list-style-type: none;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 140%;
}
.title-price-eduaction-company{
    color: rgba(45, 45, 45, 0.46);
    font-size: 16px;
    margin-top: 24px;
}
.price-education-company{
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 24px;
}
.price-before-sale-education-company{
    color: rgba(0, 0, 0, 0.4);
    font-weight: 500;
    font-size: 20px;
    text-decoration: line-through;
}
.price-after-sale-education-company{
    color: rgba(44, 161, 71, 1);
    font-weight: 500;
    font-size: 24px;
}
.education-company-button{
    width: 100%;
    margin-top: 24px;
    margin-left: 0;
}
.wrap-document-landing{
    margin-top: 60px;
    display: flex;
    gap: 22px;
    justify-content: center;
    flex-wrap: wrap;
}
.item-doc-landing{
    width: calc((100% - 2 * 22px)/3);
    height: 400px;
}
.image-doc-landing{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.button-land-how-start{
    width: 100%;
    margin-top: 50px;
}
.wrapp-start-land .how-start__item{
    height: 408px;
}
.programs_item_land{
    justify-content: space-between;
}
.wrapp-fakultet{
    margin-top: 70px;
    display: flex;
    gap: 32px;
}
.item-fakultet{
    width: calc((100% - 32px * 4)/5);
    padding: 24px;
    box-sizing: border-box;
    border-radius: 24px;
    background-color: #F3F3F6;
    text-align: center;
}
.icon-fakultet{
    width: 166px;
    height: 166px;
    object-fit: contain;
    object-position: center;
}
.title-fakultet{
    text-align: center;
    color: #000;
    font-size: 20px;
    font-family: "DIN Pro Bold",
            sans-serif;
}
.swiper-thank-message{
    margin-top: 70px;
}
.image-slide-thank-message{
    width: 100%;
}
.swiper-pagination-thank{
    position: static;
    text-align: center;
    margin-top: 20px;
}
.swiper-pagination-thank .swiper-pagination-bullet{
    background-color: #2ca147;
}
.thank-popup{
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
}
.wrapp-popup-thank{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-thank{
    width: 100%;
    max-width: 500px;
    background-color: #fff;
    padding: 24px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 10px;
    position: relative;
}
.close-popup-thank{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.content-thank h2{
    text-align: center;
    margin-top: 20px;
}




.wrapp-header-contact{
    display: flex;
    gap: 24px;
    align-items: center;
}
.contact-header{
    display: flex;
    gap: 8px;
    align-items: center;
}
.phone-header{
    text-align: right;
}
.phone-header a{
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.phone-header p{
    color: rgba(0, 0, 0, 0.7);
   font-size: 14px;
}
.soc-header{
    display: flex;
    align-items: center;
    gap: 8px;
}
.soc-header a svg{
    display: block;
}
.new-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.open-menu-header{
    cursor: pointer;
}
.menu-header{
    padding: 16px 10px 50px 10px;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 375px;
    background-color: #fff;
    display: none;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
.close-menu-header{
    position: absolute;
    top: 25.5px;
    right: 10px;
    cursor: pointer;
}
.menu-header ul{
    display: flex;
    flex-direction: column;
    margin-top: 22px;
}
.menu-header ul li{
    list-style-type: none;
}
.menu-header ul li a{
    padding: 24px 0;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(240, 240, 240, 1);
    font-size: 18px;
    color: #000;
    font-weight: 500;
    display: block;
}
.button-wrapp-header{
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 32px;
}
.button-call-header-new{
    width: 100%;
}
.header-soc-wa-mob{
    display: none;
}
.button-soc-header{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    width: calc((100% - 8px * 2)/3);
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 8px 0;
}
.phone-header-menu{
    margin-top: 64px;
    text-align: center;
    font-size: 32px;
    color: #000;
    display: block;
    font-family: "DIN Pro Bold",
            sans-serif;
}
.data-header-menu{
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
    font-size: 16px;
    margin-top: 8px;
}
.text-header-menu{
    text-align: center;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
    margin-top: 32px;
}
.logo-menu-header{
    display: none;
}
.direction-detail-initial__text h2{
    font: 24px / 100% "DIN Pro Medium", sans-serif;
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
        color: #000;
}
.about-initial__items .card-learn__img{
    height: 450px;
}
.new-blog{
    padding: 150px 0;
}
.bread-custom{
    display: flex;
    align-items: center;
    gap: 6px;
}
.bread-custom a{
    color: #000;
    font-size: 14px;
}
.bread-custom span{
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: rgba(103, 103, 103, 1);
}
.bread-custom p{
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
}
.h1-blog-new{
    margin-top: 20px;
    color: rgba(0, 0, 0, 1);
    font-size: 64px;
    font-weight: 700;
    line-height: 100%;
}
.wrapp-new-blog{
    margin-top: 52px;
    display: flex;
    gap: 90px;
}
.category-blog{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 274px;
}
.item-category-blog{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    box-sizing: border-box;
    width: 100%;
    cursor: pointer;
}
.item-category-blog p{
    font-size: 14px;
    color: #000;
}
.item-category-blog.active{
    background-color: rgba(247, 247, 249, 1);
    border-radius: 12px;
}
.item-category-blog.active p{
    font-weight: 600;
}
.wrapp-post-new-blog{
    width: 100%;
    max-width: 916px;
    display: flex;
    flex-wrap: wrap;
    gap: 48px 32px;
}
.item-new-blog{
    width: calc((100% - 32px * 2)/3);
    transition: all .3s linear;
}
.images-post-new-blog{
    width: 100%;
    height: 160px;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}
.date-post-new-blog{
    color: rgba(0, 0, 0, 0.25);
    font-size: 12px;
    font-weight: 600;
    margin-top: 16px;
}
.title-post-new-blog{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    transition: all .3s linear;
}
.item-new-blog:hover{
    background-color: rgba(247, 247, 249, 1);
    box-sizing: border-box;
    border-radius: 16px;
}
.item-new-blog:hover .title-post-new-blog{
    color: rgba(44, 161, 71, 1);
}
.single-blog-new{
    padding: 150px 0;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.wrapp-content-single-blog{
    width: 100%;
    max-width: 780px;
}
.title-single-blog{
    font-size: 40px;
    font-family: "DIN Pro Bold",
        sans-serif;
    color: #000;
    margin-top: 32px;
    line-height: 100%;
}
.image-single-blog{
    width: 100%;
    height: 425px;
    object-fit: cover;
    object-position: center;
    margin-top: 32px;
    border-radius: 12px;
}
.contet-single-blog{
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contet-single-blog h2{
    font-family: "DIN Pro Bold",
            sans-serif;
    color: #000;
    font-size: 32px;
    line-height: 100%;
    margin-top: 40px;
}
.contet-single-blog h2:first-child{
    margin: 0;
}
.contet-single-blog h3{
    font-family: "DIN Pro Bold",
            sans-serif;
    color: #000;
    font-size: 24px;
    line-height: 100%;
}
.contet-single-blog h4{
    font-family: "DIN Pro Bold",
            sans-serif;
    color: #000;
    font-size: 20px;
    line-height: 100%;
}
.contet-single-blog a{
    color: rgba(44, 161, 71, 1);
    border-bottom: 1px solid rgba(44, 161, 71, 1);
    transition: all .3s linear;
}
.contet-single-blog a:hover{
    border-bottom: 1px solid transparent;
}
.contet-single-blog p{
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
}
.more-single-blog{
    width: 100%;
    max-width: 284px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.more-single-blog .item-new-blog{
    width: 100%;
}
.wrapp-single-more-blog{
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.title-more-single-blog{
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
}
.wrapp-original-doc{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 60px;
}
.text-info-original-doc{
    width: 100%;
    max-width: 627px;
}
.title-original-doc{
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.images-original-doc{
    width: 100%;
    max-width: 525px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.image-original-doc{
    width: 100%;
    height: 400px;
    object-fit: contain;
    object-position: center;
    border-radius: 24px;
}
.text-image-original-dox{
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 24px;
    border-radius: 12px;
    box-sizing: border-box;
    background-color: rgba(247, 247, 249, 1);
}
.text-image-original-dox p{
    color: #000;
}
.text-image-original-dox svg{
    flex-shrink: 0;
}
.form-education-original-doc{
    color: rgba(44, 161, 71, 1);
    padding: 16px;
    box-sizing: border-box;
    border-left: 2px solid rgba(44, 161, 71, 1);
    background-color: rgba(44, 161, 71, 0.05);
    margin-top: 32px;
    width: fit-content;
}
.point-original-doc{
    margin-top: 32px;
}
.title-point-original-doc{
    font-size: 22px;
    color: #000;
    font-weight: 700;
}
.point-original-doc ul{
    margin: 0;
    margin-top: 16px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.point-original-doc ul li{
    display: flex;
    align-items: center;
    gap: 11px;
    list-style-type: none;
    color: rgba(0, 0, 0, 0.6);
    
}
.point-original-doc ul li svg{
    flex-shrink: 0;
}
.wrapp-why-diplom-landing{
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}
.item-why-diplom{
    width: calc((100% - 32px * 3)/4);
    background-color: rgba(247, 247, 249, 1);
    padding: 24px;
    border-radius: 12px;
    box-sizing: border-box;
}
.icon-why-diplom-land{
    width: 48px;
    height: 48px;
    object-fit: contain;
    object-position: center;
}
.title-item-why-diplom-land{
    font-size: 20px;
    color: #000;
    margin-top: 26px;
    font-weight: 600;
}
.desc-item-why-diplom-land{
    margin-top: 12px;
    font-size: 16px;
    line-height: 140%;
}
.wrapp-button-intro-land{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}
.url-whatsapp-land{
    color: #fff;
    border-bottom: 1px solid #fff;
}
.url-land-max-tg{
    display: flex;
    align-items: center;
    gap: 8px;

}
.url-land-max-tg a{
    display: contents;
    color: #fff;
}
.text-url-intro-land{
    color: #fff;
    border-bottom: 1px solid #fff !important;
    text-transform: uppercase;
}
.url-land-max-tg p{
    color: #fff;
    border-bottom: 1px solid #fff;
}
.url-land-max-tg img{
    display: block;
}
.url-whatsapp-land:hover{
    color: #fff;
    border-bottom: 1px solid transparent;
}
.intro-landing-call{
    margin: 0;
}

.wrapp-form-single{
    background-color: #2ca147;
    padding: 32px;
    box-sizing: border-box;
    border-radius: 16px;
    margin-top: 32px;
}
.title-form-single{
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #fff;
}
.title-form-single h2{
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    color: #fff;
}
.point-title-form{
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-left: 20px;
}

.point-title-form li{
    list-style-type: disc;
}
.form-single{
    margin-top: 32px;
}
.form-single .modal__submit{
    background-color: #fff;
    color: #2ca147;
    width: calc(50% - 10px);
    margin: 0;
}
.form-single form{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    .modal__inputs{
        width: calc(50% - 10px);
    }
    .modal__socials-wrapper{
        margin: 0;
        color: #fff;
    }
    .modal__socials-title{
        color: #fff;
    }
    .socials__item-link-black{
        background-color: #fff;
    }
    .modal__socials .socials__item-link.active{
        background-color: rgba(255, 255, 255, 0.7);
    }
    .modal__checkbox{
        margin: 0;
    }
    .checkbox__text{
        color: #fff;
        a{
            color: #fff;
        }
    }
    .checkbox__box svg path{
        stroke: #fff;
    }
}
.wrapp-more-single{
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 120px;
}
.seo-text-land{
    display: flex;
    gap: 80px;

}
.image-seo-text-land{
    width: 607px;
    height: 403px;
    object-fit: cover;
    object-position: center;
    border-radius: 24px;
    position: sticky;
    top: 120px;
    flex-shrink: 0;
}
.text-seo-text-land{
    display: flex;
    flex-direction: column;
    gap: 24px;
    h2{
        color: #000;
        font-family: "DIN Pro Bold", sans-serif;
        font-size: 40px;
        line-height: 120%;
        letter-spacing: 0;
    }
    h3{
        color: #000;
        font-family: "DIN Pro Medium", sans-serif;
        font-size: 30px;
        line-height: 120%;
        letter-spacing: 0;
    }
    h4{
        color: #000;
        font-family: "DIN Pro Medium", sans-serif;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: 0;
    }
    ul{
        margin-left: 20px;
        li{
            list-style-type: disc;
        }
    }a{
        color: rgba(44, 161, 71, 1);
        text-decoration: none;
        border-bottom: none;
    }
}
.about-education-item-open-popup{
    cursor: pointer;
}
.popup-team{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: none;
}
.wrapp-popup-team{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-popup-team{
    width: 100%;
    max-width: 600px;
    background-color: #fff;
    padding: 32px;
    border-radius: 24px;
    position: relative;
}
.close-popup-team{
    position: absolute;
    right: 16px;
    top: 16px;
    border: none;
    padding: 0;
    background: transparent;
    cursor: pointer;
}
.image-foto-popup-team{
    display: flex;
    align-items: center;
    gap: 24px;

}
.image-popup-team{
    width: 100%;
    max-width: 150px;
    height: 170px;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}
.name-popup-team{
    color: #000;
    font-weight: 600;
    font-size: 24px;
}
.desc-popup-team{
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 250px;
    overflow: auto;
}
.image-video-preloader-card-learn{
    width: 100%;
    height: 370px;
    border-radius: 16px;
    object-fit: cover;
}
.video-process-main{
    margin-top: 40px;
}
.wrapp-video-preloader{
    position: relative;
}
.wrapp-video-preloader{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media(max-width: 1600px){
    
    .wrapp-uslugi-main{
        gap: 73px 24px;
    }

    .item-uslugi{
        max-width: 308px;
    }
    .desc-about-usluga{
        max-width: 620px;
    }
    .item-islugi-main {
        width: 100%;
        max-width: calc(25% - 18px);
    }
}
.discount-intro-block{
    display: flex;
    gap: 8px;
    margin-top: 30px;

}
.item-discount-intro-block{
    width: calc((100% - 2 * 8px)/3);
    background-color: rgba(249, 249, 249, 0.1);
    padding: 24px 24px 24px 16px;
    box-sizing: border-box;
    border-radius: 11px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.title-discount-intro{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.text-discount-intro{
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;

}
.icon-discount-title{
    flex-shrink: 0;
}

.wrapp-document-service{
    display: flex;
    align-items: center;
    gap: 64px;

}
.image-document-service{
    width: 100%;
    max-width: 608px;
    object-fit: cover;
    object-position: center;
    display: block;
}
.info-document-service{
    width: 100%;
    max-width: 608px;

}
.list-document{
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
}
.list-document ul{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0;
}
.list-document ul li{
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    padding-left: 22px;
    line-height: 140%;
    position: relative;
    list-style-type: none;
}
.list-document ul li::before{
    content: '';
    display: block;
    width: 5px;
    height: 9px;
    background-image: url('/wp-content/uploads/2026/04/vector-16.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 6.5px;
    left: 7px;
}
.wrapp-title-price-service{
    width: 100%;
    max-width: 1026px;
    margin: 0 auto;
}
.desc-title-price-service{
    text-align: center;
    margin-top: 16px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    line-height: 140%;
}
.wrapp-swiper-service-price{
    position: relative;
    margin-top: 40px;
}
.swiper-service-price .swiper-slide{
    width: 100%  !important;
    max-width: calc((100% - 2 * 32px )/3);
    box-sizing: border-box;
    padding: 32px;
    border-radius: 10px;
    border: 1px solid rgba(243, 243, 243, 1);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    height: auto !important;
}
.title-tarif-price{
    font-family: "DIN Pro Medium";
    color: #000;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.03em;
}
.wrapp-desc-tarif-price{
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
}
.wrapp-desc-tarif-price p{
    color: rgba(45, 45, 45, 0.46);
    font-size: 16px;
    line-height: 125%;
}
.wrapp-desc-tarif-price ul{
    margin: 0;
    padding: 0;
    margin-left: 20px;
}
.wrapp-desc-tarif-price ul li{
    color: rgba(0, 0, 0, 0.6);
    list-style-type: disc;
    line-height: 140%;
    font-size: 16px;
}
.price-value{
    color: rgba(45, 45, 45, 0.46);
    font-size: 16px;
    line-height: 125%;
    display: flex;
    align-items: center;
    gap: 12px;
}
.price-value span{
    color: rgba(44, 161, 71, 1);
    font-size: 24px;
    font-family: "DIN Pro Medium";
}
.button-price-service{
    margin-top: 24px;
    width: 100%;
}
.wrapp-title-step-service{
    width: 100%;
    max-width: 1026px;
    margin: 0 auto;
}
.text-before-title-step{
    text-align: center;
    margin-top: 16px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    line-height: 140%;
}
.wrapp-step-service{
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.item-step-service{
    width: calc((100% - 24px * 2)/3);
    background-color: #fff;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.05);
    padding: 32px;
    box-sizing: border-box;
    border-radius: 24px;
}
.number-step-service{
    color: rgba(44, 161, 71, 1);
    font-size: 24px;
    font-family: "DIN Pro Medium";
    line-height: 100%;
    letter-spacing: -0.04em;
    background-color: rgba(44, 161, 71, 0.15);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.title-step-service{
    font-family: "DIN Pro Medium";
    font-size: 24px;
    color: #000;
    margin-top: 22px;

}
.text-step-service{
    margin-top: 22px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    line-height: 140%;
}
.wrapp-swiper-permits{
    margin-top: 48px;
    position: relative;
}
.swiper-permits .swiper-slide{
    width: 100% !important;
    max-width: calc(50% - 8px);
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-permits{
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.nav-swiper-servise{
    position: absolute;
    top: 50%;
    z-index: 2;
    transition: all .3s linear;
}
.prev-swiper-service{
    left: 0;
    transform: translate(-50%, -50%);
}
.next-swiper-service{
    right: 0;
    transform: translate(50%, -50%);
}
.nav-swiper-servise.swiper-button-disabled{
    opacity: 0.5;
}
.price-service, .permits-section{
    overflow: hidden;
}
@media(max-width: 1360px){
    
    .wrapp-fakultet{
        gap: 24px;
    }
}
@media(max-width: 1200px){
    .seo-text-land{
        flex-direction: column-reverse;
        gap: 24px;
    }
    .text-seo-text-land {
        h2 {
            font-size: 32px;
        }

        h3 {
            font-size: 24px;
        }

        h4 {
            font-size: 18px;
        }

        ul {
            margin-left: 20px;

            li {
                list-style-type: disc;
            }
        }
    }
    .image-seo-text-land{
        width: 100%;
        height: 250px;
        position: static;
    }
    .intro-landing-call{
        display: block !important;
    }
    
    .item-uslugi{
        max-width: calc(50% - 8px);
    }
    .direction-detail-initial__text h2{
        font-size: 20px;
    }
    .text-organization{
        max-width: 550px;
    }
    .wrapp-info-organization{
        gap: 80px;
    }
    .url-wrapp-organization a svg{
        flex-shrink: 0;
    }
    .wrapp-text-about-usluga{
        flex-direction: column;
        align-items: flex-start;
    }
    .big-text-about-usluga{
        max-width: 100%;
        font-size: 24px;
    }
    .desc-about-usluga{
        max-width: 100%;
    }
    .wrapp-advant-about-usluga{
        flex-direction: column;
    }
    .item-advant-about-usluga{
        max-width: 100%;
    }
    .item-islugi-main{
        max-width: calc(50% - 12px);
    }
    .wrapp-uslugi-main{
        gap: 40px 24px;
    }
    .main-info__items.grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .image-document-service{
        max-width: 320px;
    }
    .swiper-service-price .swiper-slide{
        max-width: calc(50% - 10px);
    }
    .item-step-service{
        width: calc(50% - 12px);
    }
    .button-price-service{
        display: block !important;
    }
}
@media(max-width: 900px){
    .wrapp-button-intro-land{
        flex-direction: column;
    }
    .wrapp-why-diplom-landing{
        flex-wrap: nowrap;
        overflow: auto;
        gap: 16px;
    }
    .item-why-diplom{
        width: 296px;
        flex-shrink: 0;
    }
    .desc-item-why-diplom-land{
        margin-top: 12px;
    }
    .title-item-why-diplom-land{
        font-size: 18px;
        font-weight: 500;
    }
    .wrapp-original-doc{
        flex-direction: column;
        margin: 0;
    }
    .text-info-original-doc{
        max-width: 100%;
    }
    .title-original-doc{
        font-size: 18px;
    }
    .form-education-original-doc{
        font-size: 14px;
        padding: 12px;
        width: 100%;
        margin-top: 24px;
    }
    .point-original-doc{
        margin-top: 24px;
    }
    .title-point-original-doc{
        font-size: 14px;
    }
    .point-original-doc ul{
        margin-top: 16px;
        gap: 12px;
    }
    .point-original-doc ul li{
        font-size: 14px;

    }
    .images-original-doc{
        max-width: 100%;
    }
    .image-original-doc{
        height: 300px;
    }
    .wrapp-single-more-blog{
        flex-direction: row;
        gap: 32px;
        overflow: auto;
    }
    .more-single-blog{
        width: 100%;
        max-width: 100%;
    }
    .more-single-blog .item-new-blog {
        width: 284px;
        flex-shrink: 0;
    }
    .bread-custom{
        flex-wrap: wrap;
    }
    .single-blog-new{
        flex-direction: column;
        gap: 80px;
        padding: 90px 0 50px;
    }
    .title-single-blog{
        font-size: 32px;
        margin-top: 24px;
    }
    .image-single-blog{
        width: 100%;
        height: 220px;
    }
    .contet-single-blog h2 {
        font-size: 28px;
    }
    .contet-single-blog h3 {
        font-size: 24px;
    }
    .contet-single-blog h4 {
        font-size: 20px;
    }
    .new-blog{
        padding: 90px 0 50px;
    }
    .h1-blog-new{
        font-size: 32px;
    }
    .wrapp-new-blog{
        flex-direction: column;
        gap: 30px;
        margin-top: 24px;
    }
    .category-blog{
        flex-direction: row;
        overflow: auto;
        width: 100%;
        max-width: 100%;
    }
    .item-category-blog{
        width: fit-content;
        flex-shrink: 0;
    }
    .wrapp-post-new-blog{
        flex-direction: column;
    }
    .images-post-new-blog{
        height: 180px;
    }
    .item-new-blog{
        width: 100%;
    }
    .education-company-button, .intro-landing-call{
        display: block;
    }
    .intro-landing-call{
        width: 100%;
        padding: 16px 0;
    }
    .swiper-thank-message {
        margin-top: 40px;
    }
    .wrapp-fakultet{
        overflow: auto;
        margin-top: 40px;
    }
    .item-fakultet{
        width: 245px;
        flex-shrink: 0;
    }
    .wrapp-info-organization{
        flex-direction: column;
    }
    .text-organization{
        max-width: 100%;
    }
    .letters{
        flex-wrap: wrap;
    }
    .record-header{
        display: none;
    }
    .clickable-row{
        flex-direction: column;
    }
    .record-document{
        width: 100%;
        max-width: 100%;
    }
    .record-duration{
        width: 100%;
        max-width: 100%;
    }
    .record-title{
        width: 100%;
        max-width: 100%;
        color: #2CA147;
    }
    .clickable-row{
        padding: 12px 0;
    }
    .record-item:nth-child(odd){
        background-color: transparent;
    }
    .records-container{
        margin-top: 32px;
    }
    .info-intro-landing{
        flex-direction: column;
    }
    .title-desc-intro-landing h1{
        font-size: 32px;
        margin-bottom: 24px;
    }
    .desc-intro-landing{
        margin: 0;
        font-size: 14px;
    }
    .call-actiont-intro-landing p{
        font-size: 14px;
    }
    .call-actiont-intro-landing{
        flex-shrink: 0;
    }
    .advants-intro-landing{
        padding: 24px;
        gap: 24px;
    }
    .title-advant-land{
        font-size: 14px;
    }
    .desc-advant-land{
        font-size: 14px;
    }
    .item-advant-landing-intro img{
        width: 28px;
        height: 28px;
        flex-shrink: 0;
    }
    .intro-landing{
        height: fit-content;
        min-height: 1400px;
        
    }
    .sale-land{
        padding: 80px 0;
    }
    .wrapp-sale-land{
        flex-direction: column;
    }
    .item-sale-land{
        width: 100%;
    }
    .title-sale-land{
        font-size: 32px;
    }
    .after-title-sale-land{
        font-size: 14px;
    }
    .desc-sale-land{
        font-size: 14px;
    }
    .item-education-staf{
        width: 100%;
    }
    .item-education-staf:nth-child(3n + 1)::after{
        display: none;
    }
    .item-education-staf:nth-child(3n + 3)::before{
        display: none;
    }
    .title-item-education-staf{
        font-size: 18px;
    }
    .desc-item-education-staf{
        font-size: 14px;
    }
    .wrapp-train-staf{
        flex-direction: column;
        gap: 24px;
    }
    .item-train-staf{
        width: 100%;
    }
    .image-train-staf{
        height: 200px;
    }
    .wrapp-info-train-staf{
        margin: 0;
    }
    .title-train-staf{
        font-size: 18px;
    }
    .desc-train-staf{
        margin-top: 16px;
        font-size: 14px;
    }
    .list-train-staf{
        gap: 12px;
    }
    .list-train-staf li{
        font-size: 12px;
    }
    .after-title-education-company{
        font-size: 14px;
    }
    .wrapp-education-company{
        overflow: auto;
        gap: 8px;
        flex-wrap: nowrap;
        align-items: stretch;
    }
    .item-education-company-item{
        width: 325px;
        flex-shrink: 0;
    }
    .wrap-document-landing{
        overflow: auto;
        flex-wrap: nowrap;
        gap: 8px;
        justify-content: flex-start;
    }
    .item-doc-landing{
        width: 300px;
        flex-shrink: 0;
    }
    .image-document-service{
        width: 100%;
        max-width: 100%;
    }
    .info-document-service{
        max-width: 100%;
    }
    .info-document-service h2{
        text-align: center;
    }
    .list-document{
        margin-top: 32px;
    }
    .desc-title-price-service{
        font-size: 14px;
    }
    .swiper-service-price .swiper-slide{
        max-width: 100%;
    }
    .wrapp-step-service{
        overflow: auto;
        flex-wrap: nowrap;
    }
    .item-step-service{
        width: 280px;
        flex-shrink: 0;
    }
    .title-step-service{
        font-size: 20px;
    }
    .text-step-service{
        font-size: 14px;
    }
    .swiper-permits .swiper-slide{
        max-width: 100%;
    }
}
@media(max-width: 767px){
    .discount-intro-block{
        flex-direction: column;
    }
    .item-discount-intro-block{
        width: 100%;
        flex-direction: row-reverse;
        gap: 16px;
        padding: 16px;
    }
    .wrapp-text-discount-intro {
        display: flex;
        align-items: center;
        gap: 12px;
        justify-content: space-between;
        width: 100%;
    }
    .form-single form{
        flex-direction: column;
        .modal__inputs{
            width: 100%;
        }
        .modal__submit{
            width: 100%;
        }
    }
    .title-form-single h2{
        font-size: 24px;
    }
    .main-info__items.grid {
        grid-template-columns: 1fr;
    }
    .item-islugi-main{
        max-width: 100%;
    }
    .wrapp-uslugi-main{
        gap: 24px;
    }
    .item-uslugi{
        max-width: 100%;
    }
    .bold-text-organization{
        font-size: 20px;
    }
    .wrapp-info-organization{
        gap: 40px;
    }
    .socials__item-link-black span{
        display: none;
    }
    .direction-detail-initial__ui .socials__item-link{
        max-width: calc(33.3% - 8px);
        justify-content: center;
    }
    .detail-usluga-intro{
        padding: 20px 10px;
    }
    .big-text-about-usluga{
        font-size: 20px;
    }
    .item-advant-about-usluga{
        align-items: center;
    }
    .item-advant-about-usluga img{
        max-width: 64px;
    }
    .logo-menu-header{
        display: block;
    }
    .menu-header{
        height: 100vh;
        overflow: auto;
    }
    .wrapp-document-service{
        flex-direction: column;
        gap: 16px;
    }
    .image-document-service{
        width: 100%;
    }
}
@media(max-width: 650px){
    .image-foto-popup-team{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .name-popup-team{
        font-size: 20px;
    }
    .phone-header{
        display: none;
    }
    .soc-header{
        display: none;
    }
    .header-soc-wa-mob{
        display: block;
    }
    .wrapp-header-contact{
        gap: 15px;
    }
}